home *** CD-ROM | disk | FTP | other *** search
/ Cubase Magazine 26 / Issue #26.iso / 2-SOFTWARE / TUAREG FAT 1.5 / _SETUP.1 / Tuareg.exe / 0 / RCDATA / TABOUTWIN / TABOUTWIN.txt < prev   
Text File  |  2000-08-10  |  3KB  |  157 lines

  1. object aboutWin: TaboutWin
  2.   Left = 380
  3.   Top = 270
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = ' '
  7.   ClientHeight = 200
  8.   ClientWidth = 400
  9.   Color = 4470913
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWhite
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = [fsBold]
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object backimg: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 400
  23.     Height = 200
  24.     Align = alClient
  25.     Center = True
  26.     Picture.Data = {<image000.bmp>}
  27.   end
  28.   object Label1: TLabel
  29.     Left = 25
  30.     Top = 152
  31.     Width = 353
  32.     Height = 14
  33.     Alignment = taCenter
  34.     AutoSize = False
  35.     Caption = 'Tuareg FAT Release 1.5 ∩┐╜ by Bram Bos 2000'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWhite
  38.     Font.Height = -11
  39.     Font.Name = 'Arial'
  40.     Font.Style = []
  41.     ParentFont = False
  42.     Transparent = True
  43.   end
  44.   object Label2: TLabel
  45.     Left = 25
  46.     Top = 136
  47.     Width = 353
  48.     Height = 14
  49.     Alignment = taCenter
  50.     AutoSize = False
  51.     Caption = 'Invented and designed by the guy that brought you HammerHead...'
  52.     Font.Charset = DEFAULT_CHARSET
  53.     Font.Color = clWhite
  54.     Font.Height = -11
  55.     Font.Name = 'Arial'
  56.     Font.Style = []
  57.     ParentFont = False
  58.     Transparent = True
  59.   end
  60.   object homepageURL: TLabel
  61.     Left = 177
  62.     Top = 80
  63.     Width = 144
  64.     Height = 14
  65.     Cursor = crHandPoint
  66.     AutoSize = False
  67.     Caption = 'http://www.brambos.com'
  68.     Font.Charset = DEFAULT_CHARSET
  69.     Font.Color = 10086557
  70.     Font.Height = -11
  71.     Font.Name = 'Arial'
  72.     Font.Style = [fsBold, fsUnderline]
  73.     ParentFont = False
  74.     Transparent = True
  75.     OnClick = homepageURLClick
  76.   end
  77.   object Label4: TLabel
  78.     Left = 65
  79.     Top = 80
  80.     Width = 96
  81.     Height = 14
  82.     AutoSize = False
  83.     Caption = 'Internet homepage:'
  84.     Font.Charset = DEFAULT_CHARSET
  85.     Font.Color = clWhite
  86.     Font.Height = -11
  87.     Font.Name = 'Arial'
  88.     Font.Style = []
  89.     ParentFont = False
  90.     Transparent = True
  91.   end
  92.   object Label5: TLabel
  93.     Left = 65
  94.     Top = 96
  95.     Width = 96
  96.     Height = 14
  97.     AutoSize = False
  98.     Caption = 'Fanmail / Email:'
  99.     Font.Charset = DEFAULT_CHARSET
  100.     Font.Color = clWhite
  101.     Font.Height = -11
  102.     Font.Name = 'Arial'
  103.     Font.Style = []
  104.     ParentFont = False
  105.     Transparent = True
  106.   end
  107.   object emailAdd: TLabel
  108.     Left = 177
  109.     Top = 96
  110.     Width = 152
  111.     Height = 14
  112.     Cursor = crHandPoint
  113.     AutoSize = False
  114.     Caption = 'bram@mindless.com'
  115.     Font.Charset = DEFAULT_CHARSET
  116.     Font.Color = 10086557
  117.     Font.Height = -11
  118.     Font.Name = 'Arial'
  119.     Font.Style = [fsBold, fsUnderline]
  120.     ParentFont = False
  121.     Transparent = True
  122.     OnClick = emailAddClick
  123.   end
  124.   object Label7: TLabel
  125.     Left = 65
  126.     Top = 112
  127.     Width = 96
  128.     Height = 14
  129.     AutoSize = False
  130.     Caption = 'Mailinglist:'
  131.     Font.Charset = DEFAULT_CHARSET
  132.     Font.Color = clWhite
  133.     Font.Height = -11
  134.     Font.Name = 'Arial'
  135.     Font.Style = []
  136.     ParentFont = False
  137.     Transparent = True
  138.   end
  139.   object mailinglistAdd: TLabel
  140.     Left = 177
  141.     Top = 112
  142.     Width = 192
  143.     Height = 14
  144.     Cursor = crHandPoint
  145.     AutoSize = False
  146.     Caption = 'tuaregs-subscribe@egroups.com'
  147.     Font.Charset = DEFAULT_CHARSET
  148.     Font.Color = 10086557
  149.     Font.Height = -11
  150.     Font.Name = 'Arial'
  151.     Font.Style = [fsBold, fsUnderline]
  152.     ParentFont = False
  153.     Transparent = True
  154.     OnClick = mailinglistAddClick
  155.   end
  156. end
  157.